home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act4 / 00883.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  144 b   |  10 lines

  1. on exitFrame
  2.   global introplayed
  3.   if the soundBusy of 1 then
  4.     go(the frame - 1)
  5.   else
  6.     set introplayed to 1
  7.     play done
  8.   end if
  9. end
  10.